home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = 'Form1'
- ClientHeight = 104
- ClientWidth = 318
- Color = clGray
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Visible = True
- WindowState = wsMaximized
- OnActivate = FormActivate
- OnClick = FormClick
- OnClose = FormClose
- OnKeyDown = FormKeyDown
- OnMouseMove = Image1MouseMove
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 32
- Top = 16
- Width = 65
- Height = 65
- IncrementalDisplay = False
- Stretch = True
- OnClick = FormClick
- OnMouseMove = Image1MouseMove
- end
- object Image2: TImage
- Left = 123
- Top = 15
- Width = 62
- Height = 66
- IncrementalDisplay = False
- end
- object Timer1: TTimer
- Interval = 10000
- OnTimer = Timer1Timer
- Left = 281
- Top = 14
- end
- end
-